POV-Ray : Newsgroups : povray.beta-test : Bug with CSG : Bug with CSG Server Time
29 Jul 2024 04:20:17 EDT (-0400)
  Bug with CSG  
From: Warp
Date: 17 Apr 2005 21:11:49
Message: <42630955@news.povray.org>
There's a bug in CSG rendering. This scene demonstrates it clearly
(compare it to 3.6.1):

camera { location -z*10 look_at 0 angle 35 }
light_source { <100,200,-300>, 1 }

difference
{ box { <-1, -1, 0>, <1, 1, .1> }
  union
  { cylinder { <0, .5, -.1>, <0, .5, .2>, .75 }
    cylinder { <0, -.5, -.1>, <0, -.5, .2>, .75 }
    inverse
  }
  pigment { rgb 1 }
}


-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.